org.globalplatform.contactless
Interface CLAppletEvent


public interface CLAppletEvent

Definition of contactless events. These events shall be used to notify current state, or state change request in the following methods:


Field Summary
static short EVENT_ACTIVATED
          Constant notifying that the applet is now ACTIVATED on the contactless interface.
static short EVENT_CONTINUOUS_PROCESS_OFF
          Constant notifying that continuous processing is now disabled.
static short EVENT_CONTINUOUS_PROCESS_ON
          Constant notifying that continuous processing is now enabled.
static short EVENT_CREL_ADDED
          Constant notifying that a CREL application has been added to a CREL Application AID List
static short EVENT_CREL_REMOVED
          Constant notifying that a CREL application has been removed from a CREL Application AID List
static short EVENT_DEACTIVATED
          Constant notifying that the applet is now DEACTIVATED on the contactless interface.
static short EVENT_DELETED
          Constant notifying that the applet was deleted.
static short EVENT_DISCRETIONARY_DATA
          Constant notifying that discretionary data has changed.
static short EVENT_FAMILY_IDENTIFIER
          Constant notifying that applet's Family Identifier has changed.
static short EVENT_GROUP_MEMBER_ADDED
          Constant notifying that the applet has joined a Group.
static short EVENT_GROUP_MEMBER_REMOVED
          Constant notifying that the applet has left a Group.
static short EVENT_IMPLICIT_SELECTION_PROTOCOLS
          Constant notifying that applet's supported protocol types have changed.
static short EVENT_INSTALLED
          Constant notifying that the applet has been installed but not selectable.
static short EVENT_LOCKED
          Constant notifying that the applet was locked.
static short EVENT_LOGO
          Constant notifying that the LOGO of the applet has changed.
static short EVENT_NON_ACTIVATABLE
          Constant notifying that the applet is now NON ACTIVATABLE on the contactless interface.
static short EVENT_PROTOCOL_DATA_TYPE_A
          Constant notifying that applet's Type A Protocol Data have changed.
static short EVENT_PROTOCOL_DATA_TYPE_B
          Constant notifying that applet's Type B Protocol Data have changed.
static short EVENT_PROTOCOL_DATA_TYPE_F
          Constant notifying that applet's Type F Protocol Data have changed.
static short EVENT_SELECTABLE
          Constant notifying that the applet is selectable..
static short EVENT_UNLOCKED
          Constant notifying that the applet was unlocked.
static short EVENT_URI
          Constant notifying that the URI associated with the applet has changed.
 

Field Detail

EVENT_NON_ACTIVATABLE

static final short EVENT_NON_ACTIVATABLE
Constant notifying that the applet is now NON ACTIVATABLE on the contactless interface.

See Also:
Constant Field Values

EVENT_ACTIVATED

static final short EVENT_ACTIVATED
Constant notifying that the applet is now ACTIVATED on the contactless interface.

See Also:
Constant Field Values

EVENT_DEACTIVATED

static final short EVENT_DEACTIVATED
Constant notifying that the applet is now DEACTIVATED on the contactless interface.

See Also:
Constant Field Values

EVENT_URI

static final short EVENT_URI
Constant notifying that the URI associated with the applet has changed.

See Also:
Constant Field Values

EVENT_DISCRETIONARY_DATA

static final short EVENT_DISCRETIONARY_DATA
Constant notifying that discretionary data has changed.

See Also:
Constant Field Values

EVENT_LOGO

static final short EVENT_LOGO
Constant notifying that the LOGO of the applet has changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_A

static final short EVENT_PROTOCOL_DATA_TYPE_A
Constant notifying that applet's Type A Protocol Data have changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_B

static final short EVENT_PROTOCOL_DATA_TYPE_B
Constant notifying that applet's Type B Protocol Data have changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_F

static final short EVENT_PROTOCOL_DATA_TYPE_F
Constant notifying that applet's Type F Protocol Data have changed.

See Also:
Constant Field Values

EVENT_IMPLICIT_SELECTION_PROTOCOLS

static final short EVENT_IMPLICIT_SELECTION_PROTOCOLS
Constant notifying that applet's supported protocol types have changed.

See Also:
Constant Field Values

EVENT_FAMILY_IDENTIFIER

static final short EVENT_FAMILY_IDENTIFIER
Constant notifying that applet's Family Identifier has changed.

See Also:
Constant Field Values

EVENT_CONTINUOUS_PROCESS_ON

static final short EVENT_CONTINUOUS_PROCESS_ON
Constant notifying that continuous processing is now enabled.

See Also:
Constant Field Values

EVENT_CONTINUOUS_PROCESS_OFF

static final short EVENT_CONTINUOUS_PROCESS_OFF
Constant notifying that continuous processing is now disabled.

See Also:
Constant Field Values

EVENT_CREL_ADDED

static final short EVENT_CREL_ADDED
Constant notifying that a CREL application has been added to a CREL Application AID List

See Also:
Constant Field Values

EVENT_CREL_REMOVED

static final short EVENT_CREL_REMOVED
Constant notifying that a CREL application has been removed from a CREL Application AID List

See Also:
Constant Field Values

EVENT_GROUP_MEMBER_ADDED

static final short EVENT_GROUP_MEMBER_ADDED
Constant notifying that the applet has joined a Group.

See Also:
Constant Field Values

EVENT_GROUP_MEMBER_REMOVED

static final short EVENT_GROUP_MEMBER_REMOVED
Constant notifying that the applet has left a Group.

See Also:
Constant Field Values

EVENT_INSTALLED

static final short EVENT_INSTALLED
Constant notifying that the applet has been installed but not selectable.

See Also:
Constant Field Values

EVENT_SELECTABLE

static final short EVENT_SELECTABLE
Constant notifying that the applet is selectable..

See Also:
Constant Field Values

EVENT_LOCKED

static final short EVENT_LOCKED
Constant notifying that the applet was locked.

See Also:
Constant Field Values

EVENT_UNLOCKED

static final short EVENT_UNLOCKED
Constant notifying that the applet was unlocked.

See Also:
Constant Field Values

EVENT_DELETED

static final short EVENT_DELETED
Constant notifying that the applet was deleted.

See Also:
Constant Field Values